Sys.CfgGetDeviceSettingsId
This command retrieves the ID of the reader configuration containing the device settings.
Use this command if the RFID interface component(s) are stored in one configuration and other components (typically the host interface component) in another configuration. If you have no RFID interface component or a configuration containing all components, run Sys.CfgGetId to get the configuration ID.
Properties
- Command code: 0x0021
- Command timeout: 100 ms
- Possible status codes: General status codes, Sys.ErrCfgNotFound
Parameters (request frame)
None
Returned values (response frame)
Name | Type/Size | Description |
---|---|---|
Length of ConfigId | Integer (8 bits) |
Length of ConfigId in bytes |
ConfigId | ASCII string |
Configuration ID Only configurations created by BALTECH have a configuration ID. |
Length of ConfigName | Integer (8 bits) |
Length of ConfigName in bytes |
ConfigName | ASCII string |
Configuration name This is the name specified in BALTECH ConfigEditor. |